inspector: Use Adwaita as default theme
authorMatthias Clasen <mclasen@redhat.com>
Sat, 14 Jun 2014 04:15:09 +0000 (00:15 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Sat, 14 Jun 2014 04:15:09 +0000 (00:15 -0400)
gtk/inspector/visual.c

index 0130c390efd2ffddab933dbaa3a50e2a4b2c6a23..64048b2f7c4403e0cab6310e4618db6256558848 100644 (file)
@@ -188,7 +188,7 @@ init_theme (GtkInspectorVisual *vis)
 #ifdef G_OS_WIN32
   g_hash_table_add (t, g_strdup ("gtk-win32"));
 #else
-  g_hash_table_add (t, g_strdup ("Raleigh"));
+  g_hash_table_add (t, g_strdup ("Adwaita"));
 #endif
 
   fill_gtk (themedir, t);